From 92afa2ecc4adf260fdd1154559fe6a198ad226ec Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Thu, 24 May 2001 00:16:49 +0000 Subject: [PATCH] Add Mode_Switch to list of keys to ignore when doing compose processing. Wed May 23 20:07:53 2001 Owen Taylor * gtk/gtkimcontextsimple.c: Add Mode_Switch to list of keys to ignore when doing compose processing. --- ChangeLog | 5 +++++ ChangeLog.pre-2-0 | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-2 | 5 +++++ ChangeLog.pre-2-4 | 5 +++++ ChangeLog.pre-2-6 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ gtk/gtkimcontextsimple.c | 3 ++- 8 files changed, 37 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 103ce5aeb2..8ab3a6d805 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed May 23 20:07:53 2001 Owen Taylor + + * gtk/gtkimcontextsimple.c: Add Mode_Switch to list of keys + to ignore when doing compose processing. + 2001-05-22 Joe Shaw * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_last_toggle): diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 103ce5aeb2..8ab3a6d805 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,8 @@ +Wed May 23 20:07:53 2001 Owen Taylor + + * gtk/gtkimcontextsimple.c: Add Mode_Switch to list of keys + to ignore when doing compose processing. + 2001-05-22 Joe Shaw * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_last_toggle): diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 103ce5aeb2..8ab3a6d805 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +Wed May 23 20:07:53 2001 Owen Taylor + + * gtk/gtkimcontextsimple.c: Add Mode_Switch to list of keys + to ignore when doing compose processing. + 2001-05-22 Joe Shaw * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_last_toggle): diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 103ce5aeb2..8ab3a6d805 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +Wed May 23 20:07:53 2001 Owen Taylor + + * gtk/gtkimcontextsimple.c: Add Mode_Switch to list of keys + to ignore when doing compose processing. + 2001-05-22 Joe Shaw * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_last_toggle): diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 103ce5aeb2..8ab3a6d805 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +Wed May 23 20:07:53 2001 Owen Taylor + + * gtk/gtkimcontextsimple.c: Add Mode_Switch to list of keys + to ignore when doing compose processing. + 2001-05-22 Joe Shaw * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_last_toggle): diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 103ce5aeb2..8ab3a6d805 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +Wed May 23 20:07:53 2001 Owen Taylor + + * gtk/gtkimcontextsimple.c: Add Mode_Switch to list of keys + to ignore when doing compose processing. + 2001-05-22 Joe Shaw * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_last_toggle): diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 103ce5aeb2..8ab3a6d805 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +Wed May 23 20:07:53 2001 Owen Taylor + + * gtk/gtkimcontextsimple.c: Add Mode_Switch to list of keys + to ignore when doing compose processing. + 2001-05-22 Joe Shaw * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_last_toggle): diff --git a/gtk/gtkimcontextsimple.c b/gtk/gtkimcontextsimple.c index d1c5f543d0..9f4f3ad517 100644 --- a/gtk/gtkimcontextsimple.c +++ b/gtk/gtkimcontextsimple.c @@ -737,7 +737,8 @@ guint16 gtk_compose_ignore[] = { GDK_Super_L, GDK_Super_R, GDK_Hyper_L, - GDK_Hyper_R + GDK_Hyper_R, + GDK_Mode_switch }; static void gtk_im_context_simple_class_init (GtkIMContextSimpleClass *class); -- 2.30.2